Guide to Using the getDay method of the Date object in javascript, dategetday
The Date object has a getDay method, which returns the day of a week in a specific Date based on the local time. The return value ranges from 0 ~ 6, corresponding to
The Date object has a Getday method that returns the day ordinal of a week in a specific date, based on the local time. Return values from 0~6, respectively, Sunday ~ Saturday
Getday 0 1 2 3 4 5 6Weeks Sunday Monday Tuesday Wednesday Thursday
Usage of the getDay () method in JavaScript
This article mainly introduces how to use the getDay () method in JavaScript. It is the basic knowledge in JS beginners. If you need it, refer
The javascript Date. getDay () method returns the day of the
This article mainly introduces the JavaScript in the Getday () method of using the detailed, is the basic knowledge of JS learning, need friends can refer to the
The JavaScript date.getday () method returns the day of the week by local time to the
The JavaScript date.getday () method returns the day of the week by local time to the specified date. The value returned by Getday is the integer corresponding to the day of the week: 0 for Sunday, 1 for Monday, 2 for Tuesday, and so on.Grammar
The date class
in Java.util
www.linuxaid.com.cn 01-09-20 23:03 496p everywhere
--------------------------------------------------------------------------------
in JSP, we often have to deal with the date and time information, when you can
Js obtains the summary of current date and time and other date operations.
The examples in this article share common scenarios of javascript time operations for your reference. The specific content is as follows:
Var myDate = new Date (); myDate.
Detailed description of the JavaScript Date object, javascriptdate
This article describes how to operate Date and Time objects.
Directory1. Introduction: Describes the Date object.
2. constructor: describes several methods of the constructor of the
This article mainly introduces how to get the summary of current date and time and other date operations by js. Interested partners can refer to the examples in this article to share common scenarios of javascript time operations, for your reference,
This article mainly introduces the date and time objects of JavaScriptDate. For more information, see
Date and Time object
1. Introduction
Date object, which is the object that operates on the Date and time. The Date object can only operate on the
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.